Opc.Ua.Core
GetNotifiers(ISystemContext,IList<Notifier>) Method



Opc.Ua Namespace > NodeState Class > GetNotifiers Method : GetNotifiers(ISystemContext,IList<Notifier>) Method
The system context.
The list of notifiers to populate.
Populates a list with the notifiers that belong to the node.
Syntax
'Declaration
 
Public Overloads Overridable Sub GetNotifiers( _
   ByVal context As ISystemContext, _
   ByVal notifiers As IList(Of NodeState.Notifier) _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim notifiers As IList(Of NodeState.Notifier)
 
instance.GetNotifiers(context, notifiers)
public virtual void GetNotifiers( 
   ISystemContext context,
   IList<NodeState.Notifier> notifiers
)
public:
virtual void GetNotifiers( 
   ISystemContext^ context,
   IList<NodeState.Notifier^>^ notifiers
) 

Parameters

context
The system context.
notifiers
The list of notifiers to populate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List